Using
the Clipboard with AVI Files
The clipboard
provides convenient, temporary storage that an application can use to copy or
transfer AVI files. AVIFile includes clipboard functions that you can use with
disk or memory files.
You can copy
a file to the clipboard by using the AVIPutFileOnClipboard
You can clear
a file from the clipboard by using the AVIClearClipboard
Note If your
application copies a file to the clipboard and the file contains stream data
that might change, you can create a memory file of cloned streams by using the AVIMakeFileFromStreams function. You can then
place the file on the clipboard and then release the original file without
invalidating it.